Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

#311 - Adding support for ldap in bootstrap #316

Merged
merged 4 commits into from
Dec 1, 2014
Merged

#311 - Adding support for ldap in bootstrap #316

merged 4 commits into from
Dec 1, 2014

Conversation

paxtonhare
Copy link
Contributor

No description provided.

catch($ex) {
if ($ex/error:code = "XDMP-UNDFUN" and fn:not(setup:at-least-version("7.0-0"))) then
(: If we're not using a recent enough version of ML, then the properties are irrelevant. :)
()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we get into this block, I think we should throw an error. Otherwise, the resulting config won't match what the user specified.

fn:error(
      xs:QName("VERSION_NOT_SUPPORTED"),
      fn:concat("MarkLogic ", xdmp:version(), " does not support external security. Use 7.0-0 or higher."))

dmcassel added a commit that referenced this pull request Dec 1, 2014
#311 - Adding support for ldap in bootstrap
@dmcassel dmcassel merged commit cd2ac23 into marklogic-community:dev Dec 1, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants